projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c12a7cb
)
[__GNUC__] (LD_SWITCH_SYSTEM): Defined.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 24 Aug 1994 19:40:30 +0000
(19:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 24 Aug 1994 19:40:30 +0000
(19:40 +0000)
src/s/irix5-0.h
patch
|
blob
|
history
diff --git
a/src/s/irix5-0.h
b/src/s/irix5-0.h
index d2060f45bd775b0ae0f0f1ff90cdc51556eab750..10f2cfff688ec40b303c3b0918c32bea83580a97 100644
(file)
--- a/
src/s/irix5-0.h
+++ b/
src/s/irix5-0.h
@@
-95,3
+95,10
@@
char *_getpty();
/* Tell process_send_signal to use VSUSP instead of VSWTCH. */
#define PREFER_VSUSP
+
+/* Because unexelfsgi.c cannot handle a ".sbss" section yet, we must
+ tell the linker to avoid making one. SGI's cc does this by
+ default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */
+#ifdef __GNUC__
+#define LD_SWITCH_SYSTEM -G 0
+#endif